home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000293_news@columbia.edu _Thu Feb 15 10:15:35 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id KAA10744
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 15 Feb 2001 10:15:34 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA23257
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 15 Feb 2001 10:15:33 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id KAA15626
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 15 Feb 2001 10:14:36 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: FTP client
  14. Date: 15 Feb 2001 15:14:35 GMT
  15. Organization: Columbia University
  16. Message-ID: <96gror$f87$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <96goqj$leu$1@news.hccnet.nl>, M. Hams <mbhams@hotmail.com> wrote:
  20. : I'm looking for a commandline ftp-client wich i can use in a script. It must
  21. : have the ability to move files and dirs from and to a ftp-server.
  22. : Can someone help me?
  23. Yes, here it is, exactly what you are asking for:
  24.  
  25.   http://www.columbia.edu/kermit/ftpclient.html
  26.  
  27. It's your old friend C-Kermit, which in its forthcoming release, 7.1:
  28.  
  29.   http://www.columbia.edu/kermit/ck71.html
  30.  
  31. now available for testing, has a built-in FTP client.  You could already
  32. write Kermit scripts for other kinds of connections; now you can write
  33. them for FTP too.  To make it easy for you, here's a tutorial:
  34.  
  35.   http://www.columbia.edu/kermit/ftpscript.html
  36.  
  37. - Frank